Skip to content

Shorten action.yml description to under 125 chars#6

Merged
lukekim merged 1 commit into
trunkfrom
fix/action-description
May 2, 2026
Merged

Shorten action.yml description to under 125 chars#6
lukekim merged 1 commit into
trunkfrom
fix/action-description

Conversation

@lukekim
Copy link
Copy Markdown
Contributor

@lukekim lukekim commented May 2, 2026

Summary

The GitHub Marketplace caps action.yml description at 125 characters; the current value is 146 and blocks listing. Trim it to 107 characters while keeping the OAuth + smoke-test phrasing.

Before (146):

Deploy a Spice.ai Cloud app via the Management API using OAuth client credentials, with optional post-deploy SQL/NSQL/search/chat/MCP smoke tests.

After (107):

Deploy Spice.ai Cloud apps with OAuth client credentials and optional SQL/NSQL/search/chat/MCP smoke tests.

Test plan

  • CI is green (no functional change; only action.yml metadata).
  • Marketplace listing accepts the description.

Copilot AI review requested due to automatic review settings May 2, 2026 22:27
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Action metadata to comply with the GitHub Marketplace 125-character limit for action.yml descriptions, unblocking Marketplace listing while preserving the OAuth + optional smoke-test messaging.

Changes:

  • Shortened action.yml description from 146 to 107 characters.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lukekim lukekim merged commit 2e0e2ce into trunk May 2, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants